Skip to content

Allocate block-scoped temporaries on heap - #83

Merged
t-kalinowski merged 4 commits into
mainfrom
heap-temporaries
Jan 21, 2026
Merged

Allocate block-scoped temporaries on heap#83
t-kalinowski merged 4 commits into
mainfrom
heap-temporaries

Conversation

@t-kalinowski

@t-kalinowski t-kalinowski commented Jan 21, 2026

Copy link
Copy Markdown
Owner

Ensure block-scoped temporaries are heap-allocated to fix segfaults when flang-new attempts to stack allocate defered shape (large) temporaries; update tests and snapshots.

Ensure block-scoped temporaries are heap-allocated to avoid lifetime issues; update tests and snapshots.
@codecov

codecov Bot commented Jan 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.42%. Comparing base (130fad3) to head (7094317).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   92.30%   92.42%   +0.12%     
==========================================
  Files          22       22              
  Lines        4560     4606      +46     
==========================================
+ Hits         4209     4257      +48     
+ Misses        351      349       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@t-kalinowski
t-kalinowski merged commit 7df1780 into main Jan 21, 2026
8 checks passed
@t-kalinowski
t-kalinowski deleted the heap-temporaries branch January 21, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant